VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / WholeSlideImageLayer Class / WholeSlideImageLayer Constructors / WholeSlideImageLayer Constructor(VintasoftImage[,],Double)
Syntax Requirements SeeAlso
In This Topic
    WholeSlideImageLayer Constructor(VintasoftImage[,],Double)
    In This Topic
    Initializes a new instance of the WholeSlideImageLayer class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal tiles
    The tiles.
    () As Vintasoft.Imaging.VintasoftImage, _
    ByVal scale
    The scale.
    As Double _
    )
    public WholeSlideImageLayer(
    Vintasoft.Imaging.VintasoftImage[,] tiles,
    double scale
    )
    public: WholeSlideImageLayer(
    Vintasoft.Imaging.VintasoftImage*[,]* tiles,
    double scale
    )
    public:
    WholeSlideImageLayer(
    array<Vintasoft.Imaging.VintasoftImage^>^ tiles,
    double scale
    )

    Parameters

    tiles
    The tiles.
    scale
    The scale.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also